fix(deps): update module github.com/minio/minio-go/v7 to v7.3.0 - #1467
Conversation
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
07eb192 to
1c46501
Compare
bcc321e to
c166fe3
Compare
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
aa2518e to
eaaf242
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
minio-go v7.3.0 reports io.EOF from Object.Stat() whenever the read offset is past the object size, and it parses that size out of the Content-Length header, defaulting to -1 when the header is missing. The mocked responses never set it, so every Stat() through the mock transport started failing with EOF. Set Content-Length on the mocked replies the way a real S3 endpoint does, and give the secret-key read-error case a HEAD reply that advertises a non-empty object so the SDK still goes on to fetch the body.
debc782 to
29e6b11
Compare
|
Rebased into stack #1494, on top of #1457. Extra commit A real S3 endpoint always sends |
This PR contains the following updates:
v7.2.1→v7.3.0Release Notes
minio/minio-go (github.com/minio/minio-go/v7)
v7.3.0Compare Source
What's Changed
New Contributors
Full Changelog: minio/minio-go@v7.2.1...v7.3.0
Configuration
📅 Schedule: (UTC)
* 0-3 * * *)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.